/* Basic styles for the website */

body {
	font-family: cursive;
	 color: black;
}

header {
	background-color: #333;
	color: #fff;
	padding: 10px;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav li {
	display: inline-block;
	margin-right: 20px;
}

nav a {
	color: #fff;
	text-decoration: none;
}

main {
	margin: 20px;
}

img {
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

table td, table th {
	padding: 5px;
	border: 1px solid #ccc;
}
.main-image img {
	width: 100%;
	max-height: 100px;
	object-fit: cover;
}
h1 {
  color: black;
  font-weight: bold;
  font-family: cursive;
}
